Skip to content

Drop unused tags-scanned count and howToUse; tighten ItemTag labels#38

Merged
dadachi merged 1 commit intosubstrate-v2from
substrate-v2--drop-tags-scanned-howto-itemtag-labels
Apr 28, 2026
Merged

Drop unused tags-scanned count and howToUse; tighten ItemTag labels#38
dadachi merged 1 commit intosubstrate-v2from
substrate-v2--drop-tags-scanned-howto-itemtag-labels

Conversation

@dadachi
Copy link
Copy Markdown
Contributor

@dadachi dadachi commented Apr 28, 2026

Summary

  • Port NativeAppTemplate-iOS#61 to Android.
  • Drop scannedItemTagsCount from Attributes/Data and remove the "tags scanned by customers" stat from ShopListCardView.
  • Replace ShopDetailView's missing header with a left-aligned shop_detail_instruction ("Swipe an item tag to change its status.").
  • Swap OnboardingView's How-To-Use link for the Support Website link; trim onboarding from 13 to 8 descriptions and update placeholder copy to match iOS.
  • Normalize ItemTag labels: label_add_tag/add_tag_description renamed; label_edit_item_tag/title_delete_item_tag and message_item_tag_* values now read "Item Tag" / "Item tag" consistently.
  • Drop unused NatConstants.HOW_TO_USE_URL, R.string.how_to_use, R.string.learn_more.

Test plan

  • ./gradlew test passes
  • ./gradlew spotlessCheck lint passes
  • Build & run; verify ShopDetailView shows the new instruction text, left-aligned
  • Verify Onboarding shows Support Website link in the toolbar and 8 description pages
  • Verify ShopListCardView no longer shows the scanned tags row
  • Verify ItemTag create/edit/delete labels read "Item Tag" everywhere

🤖 Generated with Claude Code

Port iOS NativeAppTemplate-iOS#61 to Android:
- Drop `scannedItemTagsCount` from Attributes/Data and remove the
  "tags scanned by customers" stat from ShopListCardView.
- Add a left-aligned shop_detail_instruction header to ShopDetailView
  ("Swipe an item tag to change its status.").
- Swap OnboardingView's How-To-Use link for the Support Website link
  and trim onboarding from 13 to 8 descriptions; update placeholder
  strings to match the iOS copy.
- Normalize ItemTag labels: label_add_tag/add_tag_description/
  label_edit_item_tag/title_delete_item_tag and message_item_tag_*
  values now read "Item Tag" / "Item tag" consistently.
- Drop unused HOW_TO_USE_URL, R.string.how_to_use, R.string.learn_more.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dadachi dadachi merged commit 630b34f into substrate-v2 Apr 28, 2026
1 check passed
@dadachi dadachi deleted the substrate-v2--drop-tags-scanned-howto-itemtag-labels branch April 28, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant